home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
CC_C
/
H156.ZIP
/
CB.MAC
< prev
next >
Wrap
Text File
|
1992-07-13
|
749b
|
22 lines
+ # Default macro
/v # verbose
+kr # macro to produce layout similar to that used
# in "The C programming language"
/v # verbose
/ik5 # K & R indentation style
/c # strip trailing spaces in comments
/su0 # no space after unary operator
/sb1 # single space either side of binary operator
/sp0 # no space on inside of parenthesis
/sr0 # no space on structure/array references
/sR0 # no space between return and (
/sf0 # no space between function name & parenthesis
/st1 # single space between if/while etc and parenthesis
/sc0 # no space before ,
/sC1 # single space after ,
/se0 # no space before ; at end of statement
/ss0 # no space before ; in for
/sS1 # single space after ; in for
/f